home *** CD-ROM | disk | FTP | other *** search
/ Amiga Games: Greatest Hits 1996 / Amiga Games: Greatest Hits 1996.iso / archive / userbox / publicdomain / yagin.lha / YAGIN / Examples / SetUp_UUCP < prev    next >
Text File  |  1996-07-06  |  681b  |  23 lines

  1. ; Setup for UUCP as simple NNTP user   (run setup for INet first!)
  2.  
  3. ; $VER: SetUp_UUCP 1.0 (5.7.95) Arndt van der Molen
  4.  
  5. assign UUCP:            InterNet:UUCP
  6. assign UULIB:            UUCP:UULIB
  7. assign UUNEWS:            UUCP:UUNEWS
  8. assign UUSPOOL:            UUCP:
  9.  
  10. SetEnv UULIB            UULIB:
  11. SetEnv UUNEWS            UUNEWS:
  12. SetEnv UUSPOOL            UUSPOOL:
  13.  
  14. ; Setup for (New)PostNews ....
  15. SetEnv PNS_SPOOLDIR        UUCP:News_OUT
  16. SetEnv PNS_FAILED_ARC    UUCP:News_out.failed
  17. SetEnv PNS_NNTPPOST        INet:c/NNTPPost
  18.  
  19.  
  20. ; Advise (New)PostNews to queue outgoing _news_. No other possibility to send news in local mode!
  21. ; Add a line 'unsetenv PNS_OFFLINE' in AmiTCP:db/User-Startnet for online mode after calling this script
  22. SetEnv PNS_OFFLINE        dummy
  23.